This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
Windows Registry | |
class Registry | |
method ClassesRoot as RegistryKey | |
method CurrentConfig as RegistryKey | |
method CurrentUser as RegistryKey | |
method getBinaryStringValue(keypath as string,valuename as string) as String | |
method getBinaryValue(keypath as string,valuename as string) as Memoryblock | |
method getStringValue(keypath as string,valuename as string) as String | |
method Key(keypath as string) as RegistryKey | |
method LocalMachine as RegistryKey | |
method Users as RegistryKey | |
class RegistryFileType | |
method AppFile as Folderitem | |
method Create as integer | |
method Description as string | |
method Extension as string | |
method FileType as string | |
method Iconfile as Folderitem | |
method IconID as integer | |
method OpenDescription as string | |
method Remove as integer | |
class RegistryKey | |
method CreateKey(name as string) as RegistryKey | |
method Delete as boolean | |
method Flush | |
method Item(index as integer) as RegistryKey | |
property ItemCount as integer | |
property name as string | |
method Value(index as integer) as RegistryValue | |
property ValueCount as integer | |
method ValueItem(name as string) as RegistryValue | |
class RegistryValue | |
property asBinary as Memoryblock | |
property asBinaryString as String | |
property asLong32 as integer | |
property asLong64 as double | |
property asString as string | |
method Delete as boolean | |
property isBinary as boolean | |
property isLong32 as boolean | |
property isLong64 as boolean | |
property isString as boolean | |
property name as string | |
property SetBinaryMem(typ as integer,data as Memoryblock) | |
property SetBinaryStr(typ as integer,data as String) | |
property size as integer | |
property type as integer |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.